GoDiagram Win Reference
LinkNodes Method

the GoObject to which the created link should correspond (may be null)
Links two nodes already in the network and returns the created link.
Syntax
'Declaration
 
Public Function LinkNodes( _
   ByVal fromNode As N, _
   ByVal toNode As N, _
   ByVal obj As GoObject _
) As L
public L LinkNodes( 
   N fromNode,
   N toNode,
   GoObject obj
)

Parameters

fromNode
toNode
obj
the GoObject to which the created link should correspond (may be null)

Return Value

Returns the link created when fromNode and toNode are linked.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoLayoutGenericNetwork<N,L,Y> Class
GoLayoutGenericNetwork<N,L,Y> Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback